html {
  font-size: 40px;
}
body.current {
  overflow: hidden;
}
.wrap00{width: 96.75%;max-width: 1200px;margin:0 auto;}

.top-language{ margin:0px auto; height:45px; line-height:45px;padding-top:0px; font-size:14px; color:#101010;}
.top-language .tel{padding:0px 8px;}
.top-language .cn{ margin-left:5px; padding:0px 8px 0px 20px; background:url(../images/en.jpg) no-repeat left center;}
.top-language .gbook{padding:0px 8px;}

.header {
  width: 100%;
  height: 124px;
  padding-top:0px;
  padding-bottom:26px;
  border-bottom: 0px solid #9b9b9b;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  background: #fff;
}
.header .navT {
  font-size: 16px;
  color: #999999;
  font-weight: bold;
  position: relative;
  top:50%;
  margin-top:32px;   
  float: left;
  padding-left:1%;
}
.header .logo {
  display: block;
  width: 265px;
  height: 78px;
  background: #fff;
  float: left;
  position: relative;  
}
.header .logo img {
  margin: 0 auto;
}
.header .webBtn {
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  height: 26px;
  margin: auto 0;
  display: none;
}
.header .webBtn span {
  font-size: 26px;
  color: #000;
  float: left;
}
.header .webBtn .line {
  width: 28px;
  height: auto;
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}
.header .webBtn .line em {
  display: block;
  width: 28px;
  height: 2px;
  background: #000;
  margin-bottom: 5px;
}
.header .webBtn.ss {
  display: none;
}
.header .twoBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  background:#c6c6c6;
}
.header .twoNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width:100%;
  height: 100%;
  padding-left: 0px;
  background: #c6c6c6;
  z-index: 10;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.header .twoNav .close {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  z-index: 6;
}
.header .twoNav dd,
.header .twoNav dt {
  font-size:0.7rem;
  color: #fff;
  font-family: "宋体";
  line-height: 26px;
  position: relative;
  padding-left: 10px;
}
.header .twoNav dt {
  font-weight: bold;
  padding-left:1.6rem;
}
.header .twoNav .pt {
  padding-top: 20px;
}
.header .twoNav dd img{ height: 2.5rem;}
.header .twoNav .txt {
	width:75%; padding-top: 20px; padding-bottom: 20px; font-size:1.5rem; line-height:2.0rem;
}

.header .twoNav dl {
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.header .twoNav.on {
  overflow-y: scroll;
}
.header .twoNav.current {
  right: 0;
}
.header.ins {
  height: 130px;
  border: 0 none;
}
.header.ins .logo {
  height: 130px;
  top: 0;
}
.header.ins .navT {
  display: none;
}
/*btn*/
.header.ins .webBtn {
  display: none;
}

/*btn over*/
.header.ins .webBtn .line em {
  background: #ffffff;
}
.header.ins .webBtn span {
  color: #ffffff;
}
.kong {
  height: 150px;
}
.nav { 
  height:38px;
  line-height: 38px;
  background: #fff;
}
.header.on{
box-shadow: 2px 2px 5px 2px #e3e3e3;
}
.nav .llo {
  width: 115px;
  height: 62px;
  float: left;
}
.nav ul {
  padding-top:20px;
  float: right;
}
.nav li {
  float: left;
  font-size: 16px;
  color: #101010;
  padding: 0 2px;
  margin:0px 0px 0px 30px;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  
}
.nav li:hover {
  border-bottom:2px solid #005bac;color:#005bac;  
  height: 100%;
}
.nav .on {
  border-bottom:2px solid #005bac; font-weight:bold; color:#005bac; 
  height: 100%;
}
.request {
  padding: 95px 0 100px;
}
.request .container{
  padding-left: 16%;
}
.request h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
  padding-bottom: 26px;
}
.request ul {
  width: 560px;
}
.request ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: visible;
}
.request li {
  width: 272px;
  height: 42px;
  background: #ffffff;
  margin-bottom: 20px;
  float: left;
  margin-right: 4px;
  font-size: 14px;
  color: #999999;
  position: relative;
  text-align: center;
}
.request li .top {
  width: 100%;
  height: 42px;
}
.request li .top input {
  width: 80%;
  float: left;
}
.request li .top span {
  width: 10%;
  float: right;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.request li .top span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.request li input {
  width: 90%;
  height: 100%;
  font-size: 14px;
  color: #999999;
  padding-left: 10%;
}
.request li .show {
  width: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 43px;
  line-height: 30px;
  padding: 10px 0;
  cursor: pointer;
  display: none;
  z-index: 6;
}
.request li .show p {
  padding-left: 10%;
  text-align: left;
}
.request button {
  width: 162px;
  height: 54px;
  background: none;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.request button:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.product {
  width: 100%;
  padding: 155px 0 264px;
  overflow: hidden;
  color: #ffffff;
}
.product .infos {
  width: 850px;
  padding-left: 11%;
}
.product .infos h5 {
  font-size: 48px;
  padding-bottom: 36px;
  font-weight: bold;
}
.product .infos p {
  font-size: 16px;
  line-height: 26px;
  font-family: "宋体";
}
.productT {
  text-align: center;
  border-top:1px solid #888888;
  border-bottom:1px solid #888888;
  overflow: hidden;
}
.productT h5 {
  font-family: "宋体";
  font-size: 15px;
  color: #333333; 
  font-weight: bold;
  padding:12px 0px;
}
.productT span {
  display: block;
  width: 185px;
  height: 6px;
  margin: 0 auto;
}
.productClass {
  padding: 40px 0 40px;
  background:#f9f9f9;
}
.productClass .pBox {
  width: 90%;
  margin: 0 auto;
}
.productClass dl {
  width: 32%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #6d6d6d;
  text-align: center;
  position: relative;
  float: left;
  margin-right: 2%;
}
.productClass dl .pBox {
  width: 90%;
  margin: 0 auto;
}
.productClass dl .classity {
  overflow: hidden;
  padding: 10px 0;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  display: none;
  z-index: 6;
  border:1px solid #eeeeee;
}
.productClass dl dd {
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #999;
}
.productClass dl dd p {
  width: 90%;
  height: 100%;
  float: left;
}
.productClass dl dd span {
  width: 10%;
  height: 100%;
  float: right;
}
.productClass dl dt {
  height: 100%;
}
.productClass dl dt p {
  width: 90%;
  float: left;
  height: 100%;
}
.productClass dl dt span {
  width: 10%;
  height: 100%;
  float: right;
  cursor: pointer;
  max-width: 34px;
}
.productClass:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: visible;
}
.moreService {
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 130px;
}
.moreService ul {
  padding-top: 60px;
  width: 90%;
  margin: 0 auto;
}
.moreService ul li {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.moreService ul li .top {
  height: 280px;
  background: #e8f7fc;
}
.moreService ul li h5 {
  font-size: 32px;
  color: #000;
  padding-bottom: 24px;
  padding-top: 60px;
  width: 88%;
  margin: 0 auto;
  font-weight: bold;
}
.moreService ul li p {
  font-size: 16px;
  line-height: 26px;
  color: #868686;
  width: 88%;
  margin: 0 auto;
  font-family: "宋体";
}
.moreService ul li .bottom {
  padding-top: 90px;
  padding-bottom: 34px;
  background: #f4f4f4;
  overflow: hidden;
}
.moreService ul li .mor {
  width: 88%;
  margin: 0 auto;
}
.moreService ul li .mor .more {
  width: 223px;
  height: 50px;
  border: 1px solid #001135;
  float: right;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #40402b;
}
.moreService ul li .mor .more em img {
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.moreService ul li .mor .more:hover {
  border: 1px solid #21a1d2;
  color: #21a1d2;
}
.moreService ul li .mor .more:hover em img {
  transform: translate(20px);
  -webkit-transform: translate(20px);
  -moz-transform: translate(20px);
  -ms-transform: translate(20px);
  -o-transform: translate(20px);
}
.lines {
  width: 100%;
  height: 11px;
  background: #f3f3f3;
}
.aboutT {  
  overflow: hidden;
  padding-bottom:30px
}
.aboutT .infos {
  padding-left: 0%;
  
}
.aboutT .infos h5 {
  font-size:30px;
  color:#005bac;
  line-height: 70px;
  font-weight: bold;
}
.newT {
  width: 100%;
  height: 170px;
  background: #548fac;
}
.newT p {
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 16px;
  color: #ffffff;
}
.newT .container {
  width: 100%;
  height: 100%;
  background: no-repeat 22% center;
  position: relative;
  background-size: auto 100%;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -o-background-size: auto 100%;
}
.keep {
  padding: 134px 0 200px;
  overflow: hidden;
}
.keep h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
  padding-bottom: 26px;
}

/*add*/
.add{
  display:none;
  color:#666666;
  width: 100%;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6; 
}
.add .left{
  padding-left: 11%;
  float: left;
  font-size: 16px;
  color:#555;
}
.add .right{
  width: 61%;
  float: left;
  text-align: right;
}
.add  ul li{
  float: right;
  font-size: 13px;
  padding-left: 14px;
}
.add ul li p{
  color:#555;
}
.add ul li:hover p{
  color:#88a297;
}
.leftnav{ width:15%; float:left; font-family:"宋体"}
.leftnav h2{ color:#777777; font-size:16px; font-weight:bold; line-height:32px; margin-bottom:20px;}
.leftnav ul li{ font-size: 14px; line-height:26px; padding-left:0px;}
.leftnav ul li a { color:#777777;}
.leftnav ul li a:hover { color:#777777; text-decoration:underline;}
/*help*/
.help{ margin:50px auto; border: 1px solid #ededed; color:#777777; line-height:35px;text-align:center; padding:1.5% 0px;}
.help .txten{ font-size:18px; color:#464646; line-height:30px; text-transform:uppercase;}
.help .txten span{ display:block; color:#005bac; font-size:20px;}
.help .h_xian{width:45px;height:2px;background:#005bac;margin:0 auto;}
.help .more{ color:#fff;line-height:35px; background:#005fb3; width:260px; margin:10px auto 0px auto; padding:0px 50px; border-radius:25px;}
.help .more a{ font-style:italic; color:#fff;}
/*add over*/
.footer {
  padding-top:0px;
  overflow: hidden;
  border-top: 1px solid #f1f1f1;  
}
.footer .footerNav { 
  padding-left:0%; 
  margin-bottom:10px;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
.footer .footerNav dl {
  width: 17%;
  float: left;
  font-size: 14px;
  line-height: 30px;  
  padding-bottom: 38px;
}
.footer .footerNav dl.first {
  width: 10%;
}
.footer .footerNav dl dt {
  font-size: 16px;
  font-weight:bold;  
  color: #101010;
  line-height:50px;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:10px;
}
.footer .footerNav dl dd {
  color: #888888;
}
.footer .footerNav dl dd:hover {
  color: #333333;
}
.footer .footerNav a:hover{color: #333333; text-decoration:underline;}
.footer .footerNav dl.right {
  float: right;
  width: 22%;
  padding-left:0%;
  font-size: 14px;
  color: #9a9a9a;
  line-height:30px;
}
.footer .right .company{ font-size:16px; font-weight: bold;line-height:50px;color: #101010; border-bottom:1px solid #f1f1f1; margin-bottom:10px;}
.footer .right .sp {
  color: #005bac; 
}

.copy {
  padding: 15px 0px;
  font-size: 12px;
  color: #aaaaaa;  
  overflow: hidden;
  line-height: 22px;
}
.copy p {
  float: left;
}

.copy ul {
  float: right;
}
.copy p span{ font-family:Arial, Helvetica, sans-serif;}
.copy ul {
  padding-left: 12px;
}
.copy li {
  float: left;
  color: #9a9a9a;
}
.copy li:hover {
  color: #666;
}

@media (max-width: 720px) {
  .top-language,.navT{
	display:none;
   }
  .header,
  .kong {
    height: 2.5rem;padding-bottom: 5px;
  }
  .kong{ height:3.5rem;}
  .request .container,.copy .container{padding-left: 0;}
  .header.ins {
    height: 3.6rem;
  }
  .header.ins .logo {
    height: 3.6rem;
  }
  .header .webBtn span {
    display: none;
  }
  .header {
    border-bottom: 1px solid #fff;
  }
  .header .webBtn {
    display: block;
	top:20px;
  }
  .header .logo {
    height: 2.5rem;
    width: 3.9rem;
    position: fixed;   
  }
  .header .logo img,
  .footer .right .footerLogo img {   
    height: 2.5rem;
  }
  .header .twoNav {
    width: 100%;
    padding-left:0px;
  }
  .header .webBtn {
    right: 24px;
  }
  .header .twoNav dd,
  .header .twoNav dt {
    font-family: "微软雅黑";
  }
  .nav {
    display: none;
  }
  .footer {
    padding-top: 1.5rem;
  }
  .footer .footerNav {
    display: none;
  }
  .footer .right {
    width: 100%;
    font-size: 0.7rem;
    color: #666;
    font-family: "微软雅黑";
    line-height: 22px;
  }
  .footer .right .footerLogo {
    width: 2.75rem;
    height: 3.5rem;
    float: left;
    margin-right: 0.25rem;
  }
  .footer .right .sp {
    color: #444444;
  }
  .footer .rightBox {
    float: left;
    padding-bottom: 1.15rem;
  }
  .footer .right .company {
    font-size: 18px;
    color: #444444;
  }
  .copy {
    font-size: 0;
    text-align: center;
    font-size: 0.65rem;
    color: #444444;
    padding: 0.95rem 0;
    font-family: "微软雅黑";
    line-height: 18px;
  }  
  .copy ul {
    padding-left: 2px;
  }
  .copy li {
    color: #444444;
  }
  .copy p,
  .copy ul {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    *display: inline\;
    *zoom: 1\;
    vertical-align: middle;
    overflow: hidden;
  }
  .header .navT {
    top: 0.8rem;
    left: 4.5rem;
    font-size: 0.7rem;
  }
  .request {
    padding: 1.75rem 0;
  }
  .request ul {
    width: 100%;
  }
  .request li {
    width: 48%;
    margin-bottom: 6px;
  }
  .request li .top span {
    width: 15%;
  }
  .request li .top input {
    padding-left: 5%;
  }
  .request li input {
    font-size: 0.8rem;
    color: #888888;
    font-family: "微软雅黑";
    padding-left: 5%;
    width: 95%;
  }
  .request li .show {
    font-size: 0.8rem;
    line-height: 22px;
  }
  .request h5 {
    padding-bottom: .6rem;
  }
  .request button {
    width: 4.65rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.85rem;
  }
  .productT h5 {
    font-size: 1.2rem;
    padding-bottom: 6px;
  }
  .productT span {
    width: 5.6rem;
    height: 0.15rem;
  }
  .product {
    padding: 1.9rem 0;
  }
  .product .infos {
    width: 88%;
    padding-left: 0;
    margin: 0 auto;
  }
  .product .infos h5 {
    font-size: 1.3rem;
    padding-bottom: 0.65rem;
    line-height: 1.7rem;
  }
  .product .infos p {
    font-size: 0.8rem;
    line-height: 1.1rem;
    text-align: justify;
    font-family: "微软雅黑";
  }
  .productClass {
    padding: 1.0rem 0;
  }
  .productClass dl {
    width: 33%;
    margin-right: .4%;
  }
  .productClass dl dt p {
    font-size: 0.75rem;
    width: 80%;
  }
  .productClass dl dt span {
    width: 20%;
  }
  .productClass dl {
    height: 2rem;
    line-height: 2rem;
  }
  .productClass dl dd {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .productClass dl .classity {
    font-size: 0.75rem;
    top: 2rem;
  }
  .productClass .pBox {
    width: 100%;
  }
  .moreService {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .moreService ul {
    padding-top: 20px;
    width: 100%;
  }
  .moreService ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.85rem;
  }
  .moreService ul li .top {
    height: auto;
    padding-bottom: 2.25rem;
    background: #caecf9;
  }
  .moreService ul li h5 {
    padding-top: 1.75rem;
    font-size: 1.2rem;
    padding-bottom: 0.65rem;
  }
  .moreService ul li p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    color: #666666;
    font-family: "微软雅黑";
  }
  .moreService ul li .bottom {
    padding: 1.25rem 0;
    background: #f2f2f2;
  }
  .moreService ul li .mor .more {
    width: 5.15rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
    border: 1px solid #a0a0a0;
  }
  .moreService ul li .mor .more em {
    display: none;
  }
  .aboutT {
    padding: 1.0rem 0;
  }
  .aboutT .infos {
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
  }
  .aboutT .infos h5 {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  .keep {
    padding: 1.75rem 0 2.25rem;
  }
  .keep h5 {
    padding-bottom: .6rem;
  }
  .keep input {
    width: 98%;
    height: 1.75rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
    font-size: 0.5rem;
  }
  .keep span {
    width: 4.65rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.85rem;
    margin-left: 0;
  }
  .newT {
    height: 4.25rem;
  }
  .newT .container {
    background-size: auto 70%;
    -webkit-background-size: auto 70%;
    -moz-background-size: auto 70%;
    -ms-background-size: auto 70%;
    -o-background-size: auto 70%;
  }
  .newT p {
    left: 4%;
    line-height: 24px;
  }
  .add{
    display:block; padding:0.7rem 0rem;
  }
}
@media (min-width: 721px) and (max-width: 1023px) {
  /*add*/
  .add{
    height: 48px;
    line-height: 48px;
  }
  .add .right{float: right;padding-left: 0;}
  .add .left{
    padding-left: 4%;
    font-size: 14px;
  }
  .request .container,.copy .container{padding-left: 0;}
  /*add over*/ 
  .kong {
    height:80px;
  }
  .header.ins {
    height: 80px;
  }
  .header.ins .logo {
    height: 80px;
  }
  .header {
	padding-bottom:5px;
	height:75px;    
	box-shadow: 2px 2px 5px 2px #e3e3e3;
  }
  .top-language{ display:none}
  .header .logo {
    height:100%;    
  }
  .nav {
    display: none;
  }
  .nav .llo {
    width: 90px;
  } 
  .header .webBtn {
    right: 2%;
	top:30px;
    display: block;
  }
  .header .twoNav {
    width: 36%;
  }
  .nav {
    height: 50px;
    line-height: 50px;
  }
  .nav li {
    font-size: 14px;
  }
  .header .webBtn span {
    font-size: 18px;
  }
  .header .webBtn .line {
    padding-top: 2px;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .right {
    font-size: 12px;
    line-height: 22px;
  }
  .footer .footerNav dl {
    padding-bottom: 10px;
    line-height: 24px;
  }
  .footer .footerNav dl dt {
    font-size: 14px;
    padding-bottom: 2px;
  }
  .footer .footerNav dl dd {
    font-size: 13px;
    line-height: 24px;
  }
  .copy {
    padding: 16px 0 20px;
    font-size: 12px;
  }
  .footer .footerNav {
    width: 68%;
    margin-bottom: 20px;
    padding-left: 0;
  }
  .copy .bdshare-button-style0-16 .bds_tsina {
    margin-right: 10px;
  }
  .header .navT {    
    font-size: 16px;
  }
  .request {
    padding: 50px 0;
  }
  .request h5 {
    padding-bottom: 14px;
  }
  .request li {
    margin-bottom: 12px;
  }
  .request button {
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
  .request li input {
    font-size: 12px;
  }
  .keep {
    padding: 50px 0;
  }
  .keep h5 {
    padding-bottom: 14px;
  }
  .keep .baseW {
    width: 70%;
  }
  .keep input {
    width: 70%;
    height: 50px;
    line-height: 50px;
  }
  .keep span {
    height: 48px;
    line-height: 48px;
  }
  .productT h5 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .productT span {
    width: 120px;
    height: 4px;
  }
  .product,
  .aboutT {
    padding: 80px 0 30px 0;
  }
  .product .infos {
    width: 600px;
    padding-left: 4%;
  }
  .product .infos h5 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 44px;
  }
  .product .infos p {
    font-size: 14px;
    line-height: 24px;
  }
  .productClass .pBox {
    width: 100%;
  }
  .aboutT .infos {    
    padding-left:3%;
  }
  .aboutT .infos h5 {
    font-size: 30px;
    line-height: 62px;
  }
  .productClass {
    padding: 40px 0;
  }
  .productClass dl {
    font-size: 14px;
  }
  .moreService ul {
    padding-top: 30px;
    width: 100%;
  }
  .moreService ul li .top {
    height: 180px;
  }
  .moreService ul li h5 {
    padding-top: 30px;
    padding-bottom: 16px;
    font-size: 24px;
  }
  .moreService ul li p {
    font-size: 12px;
    line-height: 22px;
  }
  .moreService ul li .bottom {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .moreService ul li .mor .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .moreService {
    padding-bottom: 50px;
  }
  .newT {
    height: 100px;
  }
  .newT .container {
    background-position: 4% center;
  }
  .newT p {
    left: 2%;
  }
}
@media (min-width: 1024px) and (max-width: 1335px) {
  .header,
  .kong {
    height: 110px; padding-bottom:15px;
  }
  .header .navT{padding-left: 1.4%;}
  .header.ins {
    height: 110px;
  }
  .header.ins .logo {
    height: 110px;
  }
  .header .logo{
    height: 100%;  
  }
  .nav .llo {
    width: 90px;
  }
  .nav li {
    padding: 0 2px;
  }
  
  .header .webBtn {
    right: 2%;
  }
  .header .twoNav {
    width: 26%;
  }
  .nav {
    height: 50px;
    line-height: 50px;
  }
  .nav li {   
    margin-left:30px;
  }
  .header .webBtn span {
    font-size: 22px;
  }
  .header .webBtn .line {
    padding-top: 2px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .right {
    font-size: 12px;
  }
  .footer .footerNav dl {
    padding-bottom: 20px;
  }
  .footer .footerNav dl dd {
    font-size: 13px;
    line-height: 24px;
  }
  .copy {
    padding: 16px 0 30px;
  }
  .request {
    padding: 80px 0;
  }
  .request li {
    margin-bottom: 12px;
  }
  .product {
    padding: 140px 0;
  }
  .product .infos {
    width: 800px;
  }
  .product .infos h5 {
    padding-bottom: 20px;
    font-size: 42px;
  }
  .product .infos p {
    font-size: 14px;
  }
  .productClass {
    padding: 80px 0;
  }
  .productClass dl {
    font-size: 14px;
  }
  .productClass .pBox {
    width: 100%;
  }
  .moreService ul {
    padding-top: 40px;
    width: 92%;
  }
  .moreService ul li .top {
    height: 240px;
  }
  .moreService ul li h5 {
    padding-top: 40px;
    padding-bottom: 16px;
    font-size: 28px;
  }
  .moreService ul li p {
    font-size: 14px;
    line-height: 24px;
  }
  .moreService ul li .bottom {
    padding-top: 60px;
  }
  .moreService ul li .mor .more {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .moreService {
    padding-bottom: 80px;
  }
  
  .keep {
    padding: 80px 0;
  }
  .newT {
    height: 140px;
  }
  .newT .container {
    background-position: 28% center;
  }
  .newT p {
    left: 12%;
  }
  /*add*/
  .add{
    height:54px;
    line-height: 54px;
  }
  .add .left{font-size: 14px;}
  .add .right{width: 67%;max-width: 640px;}
  .add  ul li{font-size: 12px;}
  /*add over*/
  .nav.on{top:122px;}
  .request .container,.copy .container {padding-left: 12%;}
}
